.block_service {
	width: auto;
	margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    row-gap: 30px;
    justify-content: center;
    row-gap: 40px;
}
.inner_block_service {
	display: block !important;
	width: 350px !important;
	margin: auto !important;
	margin-top: 30px !important;
}
div {
}
.title_block_sevice {
  font-size: 1.2em;
  font-weight: 600;
}
.text_block_service {
  line-height: 2em;
}
.industry_c_title {
  width: auto;
  margin: auto;
	padding: 0 7px;
}

@media only screen and (min-device-width: 1400px) {
	.industry_c_title {
		width: 1200px;
		margin: auto;
	}
	.block_service {
width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    row-gap: 30px;
    justify-content: center;
    row-gap: 40px;
	}
}
